-- card: 9990 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 2499 -- name: Programming 4 ----- HyperTalk script ----- on openCard put "Programming" into field "Title" end openCard -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=25 top=321 right=339 bottom=91 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Previous ----- HyperTalk script ----- on mouseUp go to previous card end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=439 top=322 right=340 bottom=485 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part contents for background part 1 ----- text ----- You can go to the program page by clicking in the "Program" field when it is showing (i.e. when you are in program mode). You may edit the program by typing in or deleting program steps. You may also use Cmd-X (Cut), Cmd-C (Copy) and Cmd-V (paste). Be sure that you do not leave any blank lines within the program list; the program will stop at the first blank line it encounters and reset to the start. Note that the number key entries are entered in the program as '1, '2, '3, and so on. The program can be erased with the [ClP] key only while in the program mode. Click in the return arrow to go back to the calculator from the program page. The program mode is turned off after returning. You can leave a couple of blank lines after the program and then put in instructions for using it. A program called "Quadratic Roots" that shows this was left in the calculator when it was distributed. You can save the program as noted below. -- part contents for background part 6 ----- text ----- Programming